home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / DATAUTIL / MAILA294.LZH / INSTALL.BAT < prev    next >
DOS Batch File  |  1988-05-24  |  2KB  |  37 lines

  1. REM  *******************************************************************
  2. REM  **                                                               **
  3. REM  **  This batch file must be in drive A and will install          **
  4. REM  **  MAILALL and all its files on any other disk drive you        **
  5. REM  **  have specified. If you only typed in the name INSTALL and    **
  6. REM  **  did not enter a drive letter then enter Ctrl-Break or        **
  7. REM  **  Ctrl-C to abort this program. See the file called readme.doc **
  8. REM  **  for more info. If you are ready to install MAILALL then:     **
  9. REM  **                                                               **
  10. REM  *******************************************************************
  11. pause
  12. %1
  13. cd\
  14. md mailall
  15. copy a:mailall.exe %1\mailall
  16. copy a:mailall.man %1\mailall
  17. copy a:printman.bat %1\mailall
  18. copy a:demo.dat %1\mailall
  19. copy a:label.dat %1\mailall
  20. copy a:mailall.pif %1\mailall
  21. copy a:mmdemo.doc %1\mailall
  22. copy a:mmdemoda.doc %1\mailall
  23. copy a:mafilnam.dat %1\mailall
  24. copy a:wsdemo.let %1\mailall
  25. copy a:wsdemo.mm %1\mailall
  26. copy a:readme.doc %1\mailall
  27. REM 
  28. REM  ***********************************************************
  29. REM  **                                                       **
  30. REM  **  MAILALL should now be installed on drive %1\mailall. **
  31. REM  **  To start up mailall from disk %1 enter the following **
  32. REM  **  commands:                                            **
  33. REM  **  %1<enter>                                            **
  34. REM  **  cd\mailall<enter>                                    **
  35. REM  **  mailall<enter>                                       **
  36. REM  **                                                       **
  37. REM  ***********************************************************